home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "ID": "Long Integer",
- "PostDate": "DateTime NOT NULL",
- "Name": "Text (255) NOT NULL",
- "City": "Text (100)",
- "State": "Text (50)",
- "Country": "Text (100) NOT NULL",
- "Email": "Text (255)",
- "URL": "Text (255)",
- "Comments": "Memo/Hyperlink (255) NOT NULL"
- },
- "data": [
- {
- "ID": 1,
- "PostDate": "11/01/98 04:08:48",
- "Name": "Kathi O'Shea",
- "City": "Fresno",
- "State": "California",
- "Country": "USA",
- "Email": "kathi@attitude.com",
- "URL": "http://www.attitude.com/users/kathi",
- "Comments": "Thanks for using this guestbook! You can delete this entry by using the administration script included in the zipfile."
- }
- ]
- }